home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / glass / glass.lha / GLASS / tmpas / plot.ds < prev    next >
Text File  |  1990-10-02  |  176b  |  8 lines

  1. || File: plot.ds
  2. || representation of plot data
  3. plot ::=
  4.     Mark mtype:int mpoints:[xypoint] |
  5.     Line lcolor:int lthick:int lpoints:[xypoint] ;
  6.  
  7. xypoint == (x:int, y:int) ;
  8.